home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 5 / CU Amiga Magazine's Super CD-ROM 05 (1996)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1996-12].iso / wordworth3 / hdinstall.bak < prev    next >
Text File  |  1996-10-22  |  611b  |  26 lines

  1. Echo "Wordworth 3.1SE needs to be installed from floppies"
  2. Echo "This script will create those disks, so you need three"
  3. Echo "blank disks to hand."
  4. Echo ""
  5. Ask "Do you want to proceed? (y/N)"
  6.  
  7. If NOT WARN
  8.     Quit
  9.     EndIf
  10.  
  11. Echo ""
  12. Echo "Please insert the first blank disk in the internal drive"
  13. DMS write WW3.1SE_1.dms to DF0:
  14.  
  15. Echo ""
  16. Echo "Please insert the second blank disk in the internal drive"
  17. DMS write WW3.1SE_2.dms to DF0:
  18.  
  19. Echo ""
  20. Echo "Please insert the third blank disk in the internal drive"
  21. DMS write WW3.1SE_3.dms to DF0:
  22.  
  23. Echo ""
  24. Echo "You may now install Wordworth from these disks"
  25. Wait 5
  26.